-
-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Merge branch dev
to main
#309
Conversation
As of 14. Nov 2023 GitHub has decided to disable nested highlighted blockquotes: https://github.com/orgs/community/discussions/16925.
## [4.4.1-dev.1](v4.4.0...v4.4.1-dev.1) (2024-02-21)
CLI
|
Because the release workflow already runs on dev and main, it is not necessary to also trigger it for PRs. ci: Do not start a Gradle daemon for PR builds
My issue above is caused by defined keystore entry [--alias=******** --keystore-password=******** --keystore-entry-password=******** --keystore=********.keystore] |
Can you check the keystore type that CLI generates in main branch and here? https://stackoverflow.com/a/45882553 |
Main branch is |
PKCS #12 seems to be the default keystore type specified by the keystore.type security property. Previously BK was hardcoded but now the default type is used: The code can attempt to use BK provider as that was previously hardcoded as a migration |
## [4.4.1-dev.2](v4.4.1-dev.1...v4.4.1-dev.2) (2024-03-04) ### Bug Fixes * Bump dependencies to support BCS keystore ([1c10a77](1c10a77))
@cyberboh Reverted to BCS, check again |
Thank you, working fine :)
But, |
I have no clue why it fails to delete the folders. Possibly something is still running in it and it cant delete it, not sure |
This pull request will Merge branch
dev
tomain
.